home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / ChevyRacer.swf / scripts / DefineButton2_307 / BUTTONCONDACTION on(keyPress 6).as < prev   
Encoding:
Text File  |  2001-07-07  |  152 b   |  5 lines

  1. on(keyPress "6"){
  2.    setProperty("chevy1", _X, getProperty("chevy1", _X) + "20");
  3.    setProperty("chevy2", _X, getProperty("chevy2", _X) + "20");
  4. }
  5.